Uses of Class
org.openiam.mq.constants.api.common.CounterAPI
-
Packages that use CounterAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.common -
-
Uses of CounterAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type CounterAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<CounterAPI,BaseCrudServiceRequest>
CounterQueueListener. getCrudRequestProcessor()
protected AbstractListener.RequestProcessor<CounterAPI,IdServiceRequest>
CounterQueueListener. getGetRequestProcessor()
protected AbstractListener.RequestProcessor<CounterAPI,BaseSearchServiceRequest>
CounterQueueListener. getSearchRequestProcessor()
-
Uses of CounterAPI in org.openiam.mq.constants.api.common
Methods in org.openiam.mq.constants.api.common that return CounterAPI Modifier and Type Method Description static CounterAPI
CounterAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static CounterAPI[]
CounterAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-