C# Class EventStore.Core.Messages.ReplicationMessage.ReplicaSubscriptionRequest

Inheritance: EventStore.Core.Messaging.Message
Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
ChunkId System.Guid
Connection TcpConnectionManager
CorrelationId System.Guid
Envelope IEnvelope
IsPromotable bool
LastEpochs EventStore.Core.Data.Epoch[]
LogPosition long
MasterId System.Guid
ReplicaEndPoint System.Net.IPEndPoint
SubscriptionId System.Guid

Public Methods

Method Description
ReplicaSubscriptionRequest ( System.Guid correlationId, IEnvelope envelope, TcpConnectionManager connection, long logPosition, System.Guid chunkId, EventStore.Core.Data.Epoch lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System

Method Details

ReplicaSubscriptionRequest() public method

public ReplicaSubscriptionRequest ( System.Guid correlationId, IEnvelope envelope, TcpConnectionManager connection, long logPosition, System.Guid chunkId, EventStore.Core.Data.Epoch lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System
correlationId System.Guid
envelope IEnvelope
connection TcpConnectionManager
logPosition long
chunkId System.Guid
lastEpochs EventStore.Core.Data.Epoch
replicaEndPoint System.Net.IPEndPoint
masterId System.Guid
subscriptionId System.Guid
isPromotable bool
return System

Property Details

ChunkId public_oe property

public Guid,System ChunkId
return System.Guid

Connection public_oe property

public TcpConnectionManager Connection
return TcpConnectionManager

CorrelationId public_oe property

public Guid,System CorrelationId
return System.Guid

Envelope public_oe property

public IEnvelope Envelope
return IEnvelope

IsPromotable public_oe property

public bool IsPromotable
return bool

LastEpochs public_oe property

public Epoch[],EventStore.Core.Data LastEpochs
return EventStore.Core.Data.Epoch[]

LogPosition public_oe property

public long LogPosition
return long

MasterId public_oe property

public Guid,System MasterId
return System.Guid

ReplicaEndPoint public_oe property

public IPEndPoint,System.Net ReplicaEndPoint
return System.Net.IPEndPoint

SubscriptionId public_oe property

public Guid,System SubscriptionId
return System.Guid