Interface MutableBannedInstanceState

All Superinterfaces:
BannedInstanceState, StreamProcessorLifecycleAware
All Known Implementing Classes:
DbBannedInstanceState

public interface MutableBannedInstanceState extends BannedInstanceState
  • Method Details

    • tryToBanInstance

      boolean tryToBanInstance(TypedRecord<?> typedRecord, Consumer<Long> onBanningInstance)
    • banProcessInstance

      void banProcessInstance(long processInstanceKey)