public abstract class ReadablePosition
extends java.lang.Object
implements java.lang.AutoCloseable
Constructor and Description |
---|
ReadablePosition() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
abstract long |
getVolatile()
Get the current position of a component with volatile semantics
|
abstract int |
id()
Identifier for this position.
|
public abstract int id()
public abstract long getVolatile()
public abstract void close()
close
in interface java.lang.AutoCloseable
Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.