MCPcopy
hub / github.com/tirth8205/code-review-graph / PaymentActivity

Interface PaymentActivity

tests/fixtures/TemporalWorkflow.java:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24@ActivityInterface
25public interface PaymentActivity {
26 @ActivityMethod
27 boolean chargeCard(String orderId, double amount);
28}
29
30@ActivityInterface
31public interface ShippingActivity {

Callers 1

processOrderMethod · 0.65

Implementers 1

PaymentActivityImpltests/fixtures/TemporalWorkflow.java

Calls

no outgoing calls

Tested by

no test coverage detected