Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoutingEvent ¶
type RoutingEvent struct { EventType RoutingEventType Key endpoint.RoutingKey Entry endpoint.RoutableEndpoints }
func (RoutingEvent) Valid ¶
func (r RoutingEvent) Valid() bool
type RoutingEventType ¶
type RoutingEventType string
const ( RouteRegistrationEvent RoutingEventType = "RouteRegistrationEvent" RouteUnregistrationEvent RoutingEventType = "RouteUnregistrationEvent" )
type RoutingEvents ¶
type RoutingEvents []RoutingEvent
func (RoutingEvents) ToMappingRequests ¶
func (routingEvents RoutingEvents) ToMappingRequests(logger lager.Logger, ttl int) ([]models.TcpRouteMapping, []models.TcpRouteMapping)
Click to show internal directories.
Click to hide internal directories.