Uses of Record Class
org.mastodon4j.core.api.entities.Event
Packages that use Event
-
Uses of Event in org.mastodon4j.core.api
Method parameters in org.mastodon4j.core.api with type arguments of type EventModifier and TypeMethodDescriptionvoidEventStream.registerConsumer(Consumer<Event> statusConsumer) Adds a new event consumer to this stream. -
Uses of Event in org.mastodon4j.core.impl
Method parameters in org.mastodon4j.core.impl with type arguments of type EventModifier and TypeMethodDescriptionvoidMastodonEventStream.registerConsumer(Consumer<Event> statusConsumer)