http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-sdk
/
org.http4k.ai.a2a.server.storage
/
PushNotificationConfigStorage
Push
Notification
Config
Storage
interface
PushNotificationConfigStorage
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
delete
Link copied to clipboard
abstract
fun
delete
(
id
:
PushNotificationConfigId
,
tenant
:
Tenant
?
=
null
)
get
Link copied to clipboard
abstract
fun
get
(
id
:
PushNotificationConfigId
,
tenant
:
Tenant
?
=
null
)
:
TaskPushNotificationConfig
?
list
Link copied to clipboard
abstract
fun
list
(
taskId
:
TaskId
,
pageSize
:
Int
?
=
null
,
pageToken
:
PageToken
?
=
null
,
tenant
:
Tenant
?
=
null
)
:
PushNotificationConfigPage
store
Link copied to clipboard
abstract
fun
store
(
config
:
TaskPushNotificationConfig
)