Class SampleUsageRequestLauncher.SampleResponseConsumer
java.lang.Object
oracle.communication.brm.charging.sdk.usage.SampleUsageRequestLauncher.SampleResponseConsumer
- All Implemented Interfaces:
oracle.communication.brm.charging.messages.framework.ResponseConsumer<oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse>>
- Enclosing class:
SampleUsageRequestLauncher
public class SampleUsageRequestLauncher.SampleResponseConsumer
extends Object
implements oracle.communication.brm.charging.messages.framework.ResponseConsumer<oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse>>
Sample response consumer callback implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreceive(oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse> responseEnvelope) Call back to receive a response matching a previously submitted request.
-
Constructor Details
-
SampleResponseConsumer
public SampleResponseConsumer()
-
-
Method Details
-
receive
public void receive(oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse> responseEnvelope) Description copied from interface:oracle.communication.brm.charging.messages.framework.ResponseConsumerCall back to receive a response matching a previously submitted request.- Specified by:
receivein interfaceoracle.communication.brm.charging.messages.framework.ResponseConsumer<oracle.communication.brm.charging.messages.framework.SingleResponseEnvelope<UsageResponse>>- Parameters:
responseEnvelope- the request response
-