public static final class UpdateProcessor.NullUpdateProcessor extends java.lang.Object implements UpdateProcessor
UpdateProcessor.NullUpdateProcessor
Constructor and Description |
---|
NullUpdateProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
initialized()
Returns true once the client has been initialized and will never return false again.
|
java.util.concurrent.Future<java.lang.Void> |
start()
Starts the client.
|
public java.util.concurrent.Future<java.lang.Void> start()
UpdateProcessor
start
in interface UpdateProcessor
Future
's completion status indicates the client has been initialized.public boolean initialized()
UpdateProcessor
initialized
in interface UpdateProcessor
public void close() throws java.io.IOException
close
in interface UpdateProcessor
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException