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

Inheritance: EventStore.Core.Messaging.Message
Show file 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 property

public Guid,System ChunkId
return System.Guid

Connection public property

public TcpConnectionManager Connection
return TcpConnectionManager

CorrelationId public property

public Guid,System CorrelationId
return System.Guid

Envelope public property

public IEnvelope Envelope
return IEnvelope

IsPromotable public property

public bool IsPromotable
return bool

LastEpochs public property

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

LogPosition public property

public long LogPosition
return long

MasterId public property

public Guid,System MasterId
return System.Guid

ReplicaEndPoint public property

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

SubscriptionId public property

public Guid,System SubscriptionId
return System.Guid