public interface FoundLostRatingListener
Java interface is dedicated for managing a listener that is notified when a rater instance of the SAP CC system
is found or lost.
Your charging client
Syntax:
[R]@ :
StatefulServiceClient,
AsyncStatefulServiceClient| Modifier and Type | Method and Description |
|---|---|
void |
ratingInstanceFound(java.lang.String raterInstanceID)
Method called when a rater instance is found in the connected SAP CC system
|
void |
ratingInstanceLost(java.lang.String raterInstanceID)
Method called when a rater instance is lost
|
void ratingInstanceFound(java.lang.String raterInstanceID)
raterInstanceID - A technical identifier of the found rater instance in the SAP CC system; The syntax
of this identifier is:
<SYSTEM_NAME>[R]@<IP_ADDRESS>:<MESSAGE_TCP_PORT>void ratingInstanceLost(java.lang.String raterInstanceID)
raterInstanceID - A technical identifier of the lost rater instance; The syntax of
this identifier is:
<SYSTEM_NAME>[R]@<IP_ADDRESS>:<MESSAGE_TCP_PORT>