PublishedStreamAdapterFactory Class

Adapter factory for the published stream input and output adapters.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.Adapters.PublishedStreamAdapterFactory

Namespace:  Microsoft.ComplexEventProcessing.Adapters
Assembly:  Microsoft.ComplexEventProcessing.Adapters (in Microsoft.ComplexEventProcessing.Adapters.dll)

Syntax

'Declaration
Public Class PublishedStreamAdapterFactory _
    Implements IInputAdapterFactory(Of PublishedStreamInputAdapterConfiguration), IOutputAdapterFactory(Of PublishedStreamOutputAdapterConfiguration),  _
    IDisposable
'Usage
Dim instance As PublishedStreamAdapterFactory
public class PublishedStreamAdapterFactory : IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>, 
    IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>, IDisposable
public ref class PublishedStreamAdapterFactory : IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>, 
    IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>, IDisposable
type PublishedStreamAdapterFactory =  
    class
        interface IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>
        interface IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>
        interface IDisposable
    end
public class PublishedStreamAdapterFactory implements IInputAdapterFactory<PublishedStreamInputAdapterConfiguration>, IOutputAdapterFactory<PublishedStreamOutputAdapterConfiguration>, IDisposable

The PublishedStreamAdapterFactory type exposes the following members.

Constructors

  Name Description
Public method PublishedStreamAdapterFactory

Top

Methods

  Name Description
Public method Create(PublishedStreamInputAdapterConfiguration, EventShape, CepEventType) Creates a new input adapter. This method should not be called directly.
Public method Create(PublishedStreamOutputAdapterConfiguration, EventShape, CepEventType) Creates a new output adapter. This method should not be called directly.
Public method Dispose Disposes the adapter factory instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace