MOQX.SubscriptionFilter (moqx v0.8.1)

Copy Markdown View Source

Protocol-neutral object boundary requested for an inbound subscription.

Summary

Types

location()

@type location() :: {non_neg_integer(), non_neg_integer()}

t()

@type t() :: %MOQX.SubscriptionFilter{
  end_group: non_neg_integer() | nil,
  start_location: location() | nil,
  type: :next_group_start | :largest_object | :absolute_start | :absolute_range
}