Class: Gcpc::Subscriber::BaseInterceptor
- Inherits:
-
Object
- Object
- Gcpc::Subscriber::BaseInterceptor
- Defined in:
- lib/gcpc/subscriber/base_interceptor.rb
Instance Method Summary collapse
Instance Method Details
#handle(data, attributes, message, &block) {|data, attributes, message| ... } ⇒ Object
11 12 13 |
# File 'lib/gcpc/subscriber/base_interceptor.rb', line 11 def handle(data, attributes, , &block) yield data, attributes, end |