Skip to content

Commit

Permalink
feat: Added missing SNS Binding Operation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctasada committed Dec 31, 2023
1 parent 96bb34f commit 992ca90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.stavshamir.springwolf.asyncapi.v3.bindings.sns;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.github.stavshamir.springwolf.asyncapi.v3.bindings.ChannelBinding;
import io.github.stavshamir.springwolf.asyncapi.v3.bindings.OperationBinding;
import jakarta.validation.constraints.NotNull;
import lombok.AllArgsConstructor;
import lombok.Builder;
Expand Down Expand Up @@ -38,7 +38,7 @@
@AllArgsConstructor
@NoArgsConstructor
@EqualsAndHashCode(callSuper = true)
public class SNSOperationBinding extends ChannelBinding {
public class SNSOperationBinding extends OperationBinding {

/**
* Optional. Often we can assume that the SNS Topic is the channel name-we provide this field in case the you need
Expand Down

0 comments on commit 992ca90

Please sign in to comment.