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

Inheritance: EventStore.Core.Messaging.Message
Show file Open project: EventStore/EventStore

Public Properties

Property Type Description
ChunkId System.Guid
IsPromotable bool
LastEpochs EventStore.Core.TransactionLog.LogRecords.EpochRecord[]
LogPosition long
MasterId System.Guid
ReplicaEndPoint System.Net.IPEndPoint
SubscriptionId System.Guid

Public Methods

Method Description
SubscribeReplica ( long logPosition, System.Guid chunkId, EventStore.Core.TransactionLog.LogRecords.EpochRecord lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System

Method Details

SubscribeReplica() public method

public SubscribeReplica ( long logPosition, System.Guid chunkId, EventStore.Core.TransactionLog.LogRecords.EpochRecord lastEpochs, IPEndPoint replicaEndPoint, System.Guid masterId, System.Guid subscriptionId, bool isPromotable ) : System
logPosition long
chunkId System.Guid
lastEpochs EventStore.Core.TransactionLog.LogRecords.EpochRecord
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

IsPromotable public property

public bool IsPromotable
return bool

LastEpochs public property

public EpochRecord[],EventStore.Core.TransactionLog.LogRecords LastEpochs
return EventStore.Core.TransactionLog.LogRecords.EpochRecord[]

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