Class SubscriptionCallbackListInteger
java.lang.Object
org.allGraphQLCases.demo.subscription.SubscriptionCallbackListInteger
- All Implemented Interfaces:
SubscriptionCallback<List<Integer>>
public class SubscriptionCallbackListInteger
extends Object
implements SubscriptionCallback<List<Integer>>
This class will receive the items returned by the "subscribeToAList" subscription
- Author:
- etienne-sf
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SubscriptionCallbackListInteger
public SubscriptionCallbackListInteger()
-
-
Method Details
-
onConnect
public void onConnect()- Specified by:
onConnect
in interfaceSubscriptionCallback<List<Integer>>
-
onMessage
- Specified by:
onMessage
in interfaceSubscriptionCallback<List<Integer>>
-
onClose
- Specified by:
onClose
in interfaceSubscriptionCallback<List<Integer>>
-
onError
- Specified by:
onError
in interfaceSubscriptionCallback<List<Integer>>
-