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