Uses of Class
io.split.client.dtos.Event
-
Packages that use Event Package Description io.split.client.dtos.pluggable io.split.client.events io.split.storages.pluggable.adapters io.split.storages.pluggable.domain -
-
Uses of Event in io.split.client.dtos.pluggable
Subclasses of Event in io.split.client.dtos.pluggable Modifier and Type Class Description classEventsPluggable -
Uses of Event in io.split.client.events
Methods in io.split.client.events that return Event Modifier and Type Method Description EventWrappedEvent. event()Methods in io.split.client.events with parameters of type Event Modifier and Type Method Description booleanEventsStorageProducer. track(Event event, int eventSize)booleanInMemoryEventsStorage. track(Event event, int eventSize)booleanNoopEventsStorageImp. track(Event event, int eventSize)Method parameters in io.split.client.events with type arguments of type Event Modifier and Type Method Description voidEventsSender. sendEvents(List<Event> _data)Constructors in io.split.client.events with parameters of type Event Constructor Description WrappedEvent(Event event, long size) -
Uses of Event in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters with parameters of type Event Modifier and Type Method Description booleanUserCustomEventAdapterProducer. track(Event event, int eventSize) -
Uses of Event in io.split.storages.pluggable.domain
Methods in io.split.storages.pluggable.domain that return Event Modifier and Type Method Description EventEventConsumer. getEventDto()Constructors in io.split.storages.pluggable.domain with parameters of type Event Constructor Description EventConsumer(Metadata metadata, Event event)
-