@DefaultImplementation(value=RunningJobImpl.class) public interface RunningJob extends Identifiable, AutoCloseable
void close()
close in interface AutoCloseablevoid close(byte[] message)
message - delivered along with cancel request.String getId()
IdentifiablegetId in interface Identifiablevoid send(byte[] message)
message - to send to the running driverCopyright © 2017 The Apache Software Foundation. All rights reserved.