Versions in this module Expand all Collapse all v1 v1.0.2 Apr 11, 2021 v1.0.1 Aug 23, 2014 Changes in this version + type Manager struct + func NewManager() *Manager + func (tm *Manager) Find(destination string) *Topic + type Subscription interface + SendTopicFrame func(f *stomp.Frame) + type Topic struct + func (t *Topic) Enqueue(f *stomp.Frame) + func (t *Topic) Subscribe(sub Subscription) + func (t *Topic) Unsubscribe(sub Subscription) Other modules containing this package gopkg.in/stomp.v2