public abstract class SessionServiceFactory
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SessionServiceFactory() |
Modifier and Type | Method and Description |
---|---|
abstract SessionService |
create()
This is the core method that subclasses must implement.
|
void |
setQueue(com.solacesystems.jcsmp.Queue queue)
This method is called in the
SolaceIO.Read.expand(org.apache.beam.sdk.values.PBegin) method
to set the Queue reference. |
public abstract SessionService create()
public void setQueue(com.solacesystems.jcsmp.Queue queue)
SolaceIO.Read.expand(org.apache.beam.sdk.values.PBegin)
method
to set the Queue reference.