E
- the type of the event messages received by this observerpublic interface EventObserver<E extends io.spine.base.EventMessage> extends io.grpc.stub.StreamObserver<io.spine.core.Event>, EventConsumer<E>
EventConsumer
by passing the received Event
to the BiConsumer.accept(Object, Object)
method.Modifier and Type | Method and Description |
---|---|
default void |
onNext(io.spine.core.Event value) |
from