Uses of Interface
io.grpc.internal.StreamListener
Packages that use StreamListener
-
Uses of StreamListener in io.grpc.internal
Subinterfaces of StreamListener in io.grpc.internalModifier and TypeInterfaceDescriptioninterfaceAn observer of client-side stream events.interfaceAn observer of server-side stream events.Classes in io.grpc.internal that implement StreamListenerModifier and TypeClassDescriptionprivate classprivate static class(package private) classprivate final class(package private) static final classAll of these callbacks are assumed to called on an application thread, and the caller is responsible for handling thrown exceptions.(package private) static final classDispatches callbacks onto an application-provided executor and correctly propagates exceptions.private static final classMethods in io.grpc.internal that return StreamListenerModifier and TypeMethodDescriptionprotected abstract StreamListenerAbstractStream.TransportState.listener()Override this method to provide a stream listener.