Class StreamsGroupCommandOptions
public class StreamsGroupCommandOptions : JVMBridgeBase<StreamsGroupCommandOptions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
  - Inheritance
 - 
      
      
      
      
      StreamsGroupCommandOptions
 
- Implements
 
- Inherited Members
 
Constructors
StreamsGroupCommandOptions()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public StreamsGroupCommandOptions()
  StreamsGroupCommandOptions(String[])
public StreamsGroupCommandOptions(String[] arg0)
  Parameters
StreamsGroupCommandOptions(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public StreamsGroupCommandOptions(IJVMBridgeBaseInitializer initializer)
  Parameters
initializerIJVMBridgeBaseInitializer
StreamsGroupCommandOptions(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public StreamsGroupCommandOptions(params object[] args)
  Parameters
argsobject[]
Properties
BOOTSTRAP_SERVER_DOC
public static String BOOTSTRAP_SERVER_DOC { get; }
  Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
  Property Value
COMMAND_CONFIG_DOC
public static String COMMAND_CONFIG_DOC { get; }
  Property Value
DESCRIBE_DOC
public static String DESCRIBE_DOC { get; }
  Property Value
GROUP_DOC
public static String GROUP_DOC { get; }
  Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
  Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
  Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
  Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
  Property Value
LIST_DOC
public static String LIST_DOC { get; }
  Property Value
MEMBERS_DOC
public static String MEMBERS_DOC { get; }
  Property Value
OFFSETS_DOC
public static String OFFSETS_DOC { get; }
  Property Value
STATE_DOC
public static String STATE_DOC { get; }
  Property Value
TIMEOUT_MS_DOC
public static String TIMEOUT_MS_DOC { get; }
  Property Value
VERBOSE_DOC
public static String VERBOSE_DOC { get; }
  Property Value
Methods
CheckArgs()
public void CheckArgs()
  FromArgs(String[])
public static StreamsGroupCommandOptions FromArgs(String[] arg0)