Class ZeebeHazelcast

java.lang.Object
io.zeebe.hazelcast.connect.java.ZeebeHazelcast
All Implemented Interfaces:
AutoCloseable

public class ZeebeHazelcast extends Object implements AutoCloseable
  • Method Details

    • newBuilder

      public static ZeebeHazelcast.Builder newBuilder(com.hazelcast.core.HazelcastInstance hazelcastInstance)
      Returns a new builder to read from the ringbuffer.
    • isClosed

      public boolean isClosed()
    • close

      public void close() throws Exception
      Stop reading from the ringbuffer.
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception
    • getSequence

      public long getSequence()
      Returns the current sequence.