MCPcopy Index your code
hub / github.com/tirth8205/code-review-graph / PaymentActivityImpl

Class PaymentActivityImpl

tests/fixtures/TemporalWorkflow.java:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63// Activity impls
64class PaymentActivityImpl implements PaymentActivity {
65 @Override
66 public boolean chargeCard(String orderId, double amount) { return true; }
67}
68
69class ShippingActivityImpl implements ShippingActivity {
70 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected