PublishedStreamAdapterFactory Class

 

Adapter factory for the published stream input and output adapters.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.Adapters.PublishedStreamAdapterFactory

Syntax

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(Of PublishedStreamInputAdapterConfiguration),
    IOutputAdapterFactory(Of PublishedStreamOutputAdapterConfiguration),
    IDisposable

Constructors

Name Description
System_CAPS_pubmethod PublishedStreamAdapterFactory()

Initializes a new instance of the PublishedStreamAdapterFactory class.

Methods

Name Description
System_CAPS_pubmethod Create(PublishedStreamInputAdapterConfiguration, EventShape, CepEventType)

Creates a new input adapter. This method should not be called directly.

System_CAPS_pubmethod Create(PublishedStreamOutputAdapterConfiguration, EventShape, CepEventType)

Creates a new output adapter. This method should not be called directly.

System_CAPS_pubmethod Dispose()

Releases the resources used by the PublishedStreamAdapterFactory class.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top