Class FallbackSubscriptionConsumer
- java.lang.Object
-
- graphql.kickstart.servlet.subscriptions.FallbackSubscriptionConsumer
-
- All Implemented Interfaces:
java.util.function.Consumer<java.lang.String>
public class FallbackSubscriptionConsumer extends java.lang.Object implements java.util.function.Consumer<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description FallbackSubscriptionConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String text)
-