Package org.a2aproject.sdk.grpc.mapper
Interface GetTaskPushNotificationConfigParamsMapper
- All Known Implementing Classes:
GetTaskPushNotificationConfigParamsMapperImpl
public interface GetTaskPushNotificationConfigParamsMapper
Mapper between
GetTaskPushNotificationConfigRequest and GetTaskPushNotificationConfigParams.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionConverts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams.Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.
-
Field Details
-
INSTANCE
-
-
Method Details
-
fromProto
Converts proto GetTaskPushNotificationConfigRequest to domain GetTaskPushNotificationConfigParams. -
toProto
Converts domain GetTaskPushNotificationConfigParams to proto GetTaskPushNotificationConfigRequest.
-