Uses of Interface
io.camunda.zeebe.snapshots.PersistedSnapshotListener
Packages that use PersistedSnapshotListener
-
Uses of PersistedSnapshotListener in io.camunda.zeebe.snapshots
Methods in io.camunda.zeebe.snapshots with parameters of type PersistedSnapshotListenerModifier and TypeMethodDescriptionPersistedSnapshotStore.addSnapshotListener(PersistedSnapshotListener listener) Adds anPersistedSnapshotListenerto the store, which is notified when a newPersistedSnapshotis persisted at this store.PersistedSnapshotStore.removeSnapshotListener(PersistedSnapshotListener listener) Removes an registeredPersistedSnapshotListenerfrom the store. -
Uses of PersistedSnapshotListener in io.camunda.zeebe.snapshots.impl
Methods in io.camunda.zeebe.snapshots.impl with parameters of type PersistedSnapshotListenerModifier and TypeMethodDescriptionFileBasedSnapshotStore.addSnapshotListener(PersistedSnapshotListener listener) FileBasedSnapshotStore.removeSnapshotListener(PersistedSnapshotListener listener)