Current section
Files
Jump to
Current section
Files
lib/slipstream/events/topic_leave_accepted.ex
defmodule Slipstream.Events.TopicLeaveAccepted do
@moduledoc false
# this is the direct reply to our request to LeaveTopic, and preceeds a
# soon-to-arrive TopicLeft event
# the difference is that this event is triggered by a phx_reply message
# while the TopicLeft is triggered by phx_close
defstruct [:topic]
end