Skip to content

Commit b07d552

Browse files
committed
Add temporary TransportMetadata class for HTTP+JSON
1 parent d29e423 commit b07d552

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package org.wildfly.extras.a2a.server.jakarta.tck;
2+
3+
import io.a2a.server.TransportMetadata;
4+
import io.a2a.spec.TransportProtocol;
5+
6+
public class TempHttpJsonTransportMetadata implements TransportMetadata {
7+
@Override
8+
public String getTransportProtocol() {
9+
return TransportProtocol.HTTP_JSON.asString();
10+
}
11+
12+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.wildfly.extras.a2a.server.jakarta.tck.TempHttpJsonTransportMetadata

0 commit comments

Comments
 (0)