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