Package io.sentry.spring.checkin
Class SentryCheckInAdvice
java.lang.Object
io.sentry.spring.checkin.SentryCheckInAdvice
- All Implemented Interfaces:
Advice
,Interceptor
,MethodInterceptor
,Aware
,EmbeddedValueResolverAware
@Internal
@Experimental
public class SentryCheckInAdvice
extends Object
implements MethodInterceptor, EmbeddedValueResolverAware
Reports execution of every bean method annotated with
SentryCheckIn
as a monitor
check-in.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(@NotNull MethodInvocation invocation) void
setEmbeddedValueResolver
(StringValueResolver resolver)
-
Constructor Details
-
SentryCheckInAdvice
public SentryCheckInAdvice() -
SentryCheckInAdvice
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceMethodInterceptor
- Throws:
Throwable
-
setEmbeddedValueResolver
- Specified by:
setEmbeddedValueResolver
in interfaceEmbeddedValueResolverAware
-