Module: PhobosDBCheckpoint::Handler

Includes:
Phobos::Handler
Included in:
RetryFailure
Defined in:
lib/phobos_db_checkpoint/handler.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/phobos_db_checkpoint/handler.rb', line 5

def self.included(base)
  base.extend(ClassMethods)
end

Instance Method Details

#ack(entity_id, event_time, event_type = nil, event_version = nil) ⇒ Object



9
10
11
# File 'lib/phobos_db_checkpoint/handler.rb', line 9

def ack(entity_id, event_time, event_type = nil, event_version = nil)
  PhobosDBCheckpoint::Ack.new(entity_id, event_time, event_type, event_version)
end