Package io.micronaut.gcp.pubsub.push
Interface PushControllerConfiguration
- All Superinterfaces:
 io.micronaut.core.util.Toggleable
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface
public interface PushControllerConfiguration
extends io.micronaut.core.util.Toggleable
Configuration for the PubSub Push Controller.
- Since:
 - 5.4.0
 - Author:
 - Jeremy Grelle
 
- 
Method Summary
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled 
- 
Method Details
- 
getPath
- Returns:
 - the path where push messages will be received
 
 
 -