Skip to content

Commit

Permalink
fix: subscribe to other events
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Sep 24, 2023
1 parent 25eed1b commit a813eb0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,13 @@ def initialize(...)
end

# The methods below are the events the Subscriber is interested in.
def enqueue_at(...); end
def enqueue(...); end
def enqueue_retry(...); end
def perform_start(...); end
def perform(...);end
def retry_stopped(...); end
def discard(...); end

def start(name, id, payload)
begin
Expand Down

0 comments on commit a813eb0

Please sign in to comment.