-
- All Implemented Interfaces:
public class UnsubscribeEventRequest extends EventRequest<REQ, RESP>
Request to Unsubscribe a client with its expectation when notified
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
UnsubscribeEventRequest.Builder
-
Method Summary
Modifier and Type Method Description static UnsubscribeEventRequest.Builder
builder()
String
getConsumerName()
Client Name Array<EventType>
getEventTypeList()
Event type list that consumer wants to unsubscribe. UnsubscribeEventResponse
execute()
void
asyncCall(Callback<UnsubscribeEventResponse> callback)
void
cancel()
-
-
Method Detail
-
builder
static UnsubscribeEventRequest.Builder builder()
-
getConsumerName
String getConsumerName()
Client Name
-
getEventTypeList
Array<EventType> getEventTypeList()
Event type list that consumer wants to unsubscribe.
-
execute
UnsubscribeEventResponse execute()
-
asyncCall
void asyncCall(Callback<UnsubscribeEventResponse> callback)
-
cancel
void cancel()
-
-
-
-