Package pl.gsmservice.gateway.operations
-
Interface Summary Interface Description Operations.AsyncOperation<ResT> Base interface for all async operationsOperations.AsyncRequestlessOperation<ResT> Interface for async operations that don't require a request parameterOperations.AsyncRequestOperation<ReqT,ResT> Interface for async operations that require a request parameterOperations.Operation<ResT> Base interface for all operationsOperations.RequestlessOperation<ResT> Interface for operations that don't require a request parameterOperations.RequestOperation<ReqT,ResT> Interface for operations that require a request parameter