Interface ISessionAsyncOperation

All Superinterfaces:
ISessionDefaultAttributeHolder
All Known Subinterfaces:
ISessionStartChargingAsyncOperation, ISessionStopChargingAsyncOperation, ISessionUpdateChargingAsyncOperation
All Known Implementing Classes:
SessionChargingOperation

public interface ISessionAsyncOperation extends ISessionDefaultAttributeHolder
This Java interface defines the method relevant for executing an operation of a session-based charging scenario.

Implementation in Your Client Application

Use the SessionChargingOperation Java class to develop your Java-based client application.

  • Method Details

    • execute

      void execute(ISessionResultListener listener)
      Executes the operation to process an event of a session-based charging scenario.
      Parameters:
      listener - The listener responsible for processing the results or exceptions of this operation request