Uses of Interface
io.fluxcapacitor.javaclient.common.Entry
Packages that use Entry
Package
Description
-
Uses of Entry in io.fluxcapacitor.javaclient.modeling
Classes in io.fluxcapacitor.javaclient.modeling that implement EntryModifier and TypeClassDescriptionprotected class
Represents a buffered update to a handler instance (either index or delete).Methods in io.fluxcapacitor.javaclient.modeling that return types with arguments of type EntryModifier and TypeMethodDescriptionCollection
<? extends Entry<?>> BatchingHandlerRepository.findByAssociation
(Map<Object, String> associations) Collection
<? extends Entry<Object>> DefaultHandlerRepository.findByAssociation
(Map<Object, String> associations) Collection
<? extends Entry<?>> HandlerRepository.findByAssociation
(Map<Object, String> associations) Finds all handler instances that match the given set of associations.Collection
<? extends Entry<?>> BatchingHandlerRepository.getAll()
Collection
<? extends Entry<?>> DefaultHandlerRepository.getAll()
Collection
<? extends Entry<?>> HandlerRepository.getAll()
Retrieves all currently stored handler instances.BatchingHandlerRepository.removeOutdatedValues
(Collection<? extends Entry<?>> delegateResult) Method parameters in io.fluxcapacitor.javaclient.modeling with type arguments of type EntryModifier and TypeMethodDescriptionBatchingHandlerRepository.removeOutdatedValues
(Collection<? extends Entry<?>> delegateResult) -
Uses of Entry in io.fluxcapacitor.javaclient.persisting.search
Classes in io.fluxcapacitor.javaclient.persisting.search that implement Entry -
Uses of Entry in io.fluxcapacitor.javaclient.tracking.handling
Constructors in io.fluxcapacitor.javaclient.tracking.handling with parameters of type EntryModifierConstructorDescriptionStatefulHandlerInvoker
(HandlerInvoker delegate, Entry<?> currentEntry, DeserializingMessage message)